TransformFixedPoints
TheTransformFixedPoints
function allows your application to transform a set of fixed points through a specified matrix.
pascal OSErr TransformFixedPoints (MatrixRecord *m, FixedPoint *fpt, long count);
m
- Contains a pointer to the transformation matrix for this operation.
fpt
- Contains a pointer to the first fixed point to be transformed.
count
- Specifies the number of fixed points to be transformed. These points must be stored immediately following the point specified by the
fpt
parameter.ERROR CODES
NoneSEE ALSO
You can transform a set of fixed points that is made up of short integer values by calling theTransformPoints
function, which is described in the previous section.